ActiveField Technology Objects Overview Hierarchy Chart How to Start: Application Object How to work with Problems How to work with Model How to work with Data How to Analyze Results

FieldPointSA Object

Summary

Local field data for stress analysis problem.

Details

The FieldPointSA object represents field data in the given point for stress analysis problem. The FieldPointSA object is based on the general FieldPoint object and inherits all its properties and methods. In addition the FieldPointSA object offers some properties specific for the stress analysis problems.

You get the FieldPointSA object in the same way you get the base FieldPoint object. If your problem is stress analysis, each time you get the FieldPoint object, you actually receive its specific version FieldPointSA.

All of the FieldPointSA object's properties are read-only.

Displacement property as Point
(read-only)

The displacement vector.

Strain property as HMatrix
(read-only)

The strain tensor.

Strain3 property as Double
(read-only)

The strain value in the third direction (z-axis for plane-parallel formulation and θ-axis for axisymmetric problems).

Stress property as HMatrix
(read-only)

The stress tensor in (N/m2).

Stress3 property as Double
(read-only)

The stress value in the third direction in (N/m2).

StressVonMises property as Double
(read-only)

Von Mises failure criteria in (N/m2).

StressTresca property as Double
(read-only)

Tresca failure criteria in (N/m2).

StressMohr property as Double
(read-only)

Mohr failure criteria in (N/m2).

StressPrager property as Double
(read-only)

Prager failure criteria in (N/m2).

IndexHill property as Double
(read-only)

Hill failure index for orthotropic materials that have different stress limits for each direction.

Temperature property as Double
(read-only)

The temperature value for coupled thermo-elastic problem formulation.